From cf8205eeef401df5070bda14f60095b75fcb34fb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 14 Jun 2007 04:03:58 +0000 Subject: [PATCH] Improve docs svn path=/trunk/; revision=18128 --- ChangeLog | 5 +++++ gtk/gtkwidget.c | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 793f5ac025..ef53c73b20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-13 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_modify_cursor): Improve docs. + (#447396, Masatake YAMATO) + 2007-06-14 Carlos Garnacho * gtk/gtkcombobox.c: removed unused and hardly visible GtkFrame from diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index e6741e45de..40917ed5f8 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -5442,8 +5442,10 @@ modify_color_property (GtkWidget *widget, * allocated), or %NULL to undo the effect of previous calls to * of gtk_widget_modify_cursor(). * - * Sets the font to use for a widget. All other style values are left - * untouched. See also gtk_widget_modify_style(). + * Sets the cursor color to use in a widget, overriding the + * #GtkWidget:cursor-color and #GtkWidget:secondary-cursor-color + * style properties. All other style values are left untouched. + * See also gtk_widget_modify_style(). * * Since: 2.12 **/ -- 2.30.2